golang.org/x/net/http2.responseWriterState.status (field)
6 uses
golang.org/x/net/http2 (current package)
server.go#L2491: status int // status code passed to WriteHeader
server.go#L2569: if clen == "" && rws.handlerDone && bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
server.go#L2577: if !hasCE && !hasContentType && bodyAllowedForStatus(rws.status) && len(p) > 0 {
server.go#L2606: httpResCode: rws.status,
server.go#L2878: rws.status = code
server.go#L2919: if !bodyAllowedForStatus(rws.status) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)